-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP new testing infrastructure #3242
Conversation
…on't want to double-stringify
This is part 2 of a PR last month #2920 |
Deploy preview ready! Built with commit 5e2482c |
Oh didn't finish my explanation :-) So what this PR will add is we'll build every commit of every PR on This will make it easy to see at a glance if all example sites are building giving us more confidence that PRs are solid. On top of this, we'll add performance testing both for builds & frontend loading. |
🔥 |
70c0804
to
19c66f0
Compare
19c66f0
to
acdeca9
Compare
There's some good stuff here and we're definitely going to do this but we'll be doing it in a somewhat different way so closing this for now. |
We've been using (abusing?) Netlify for testing building example sites as integration tests.
This has a few problems: